From: Stefan Monnier Date: Fri, 25 May 2007 16:16:17 +0000 (+0000) Subject: (custom-make-dependencies): Simplify. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18720 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6b5cbdaae224351be3e6ed287fefeff4bda68f5d;p=emacs.git (custom-make-dependencies): Simplify. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8c38ef07b0a..7aeed1d185b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2007-05-25 Stefan Monnier + * cus-dep.el (custom-make-dependencies): Simplify. + * composite.el (compose-region, decompose-region): Use inhibit-read-only and restore-buffer-modified-p. diff --git a/lisp/cus-dep.el b/lisp/cus-dep.el index 713b84f8bc0..98af13cec69 100644 --- a/lisp/cus-dep.el +++ b/lisp/cus-dep.el @@ -141,7 +141,7 @@ Usage: emacs -batch -l ./cus-dep.el -f custom-make-dependencies DIRS" (member where (cdr (assoc version version-alist))) (push where (cdr (assoc version version-alist)))) - (push (cons version (list where)) version-alist))) + (push (list version where) version-alist))) ;; This is a group (insert "(custom-put-if-not '" (symbol-name symbol) " 'custom-version ")